home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
docs
/
vbz01
/
vbtrash.bas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1992-04-27
|
156 b
|
9 lines
DefInt A-Z
Sub Form_FileDrop (FileArr$(), nFiles, X, Y, Client)
For FileNum = 0 To nFiles - 1
Kill FileArr$(FileNum)
Next
End Sub